home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / APIHELPVIEW.DTML < prev    next >
Encoding:
Text File  |  2000-06-12  |  503 b   |  28 lines

  1. <dtml-var standard_html_header>
  2.  
  3. <h1>API Documentation</h1>
  4.  
  5. <dtml-if "_.len(apis) > 1">
  6. <dl><dd>
  7. <h2 class="api">
  8. <dtml-in apis>
  9. <a href="#<dtml-var name>"><dtml-var name></a>
  10. <dtml-unless sequence-end> , </dtml-unless>
  11. </dtml-in>
  12. </h2>
  13. </dd></dl>
  14. </dtml-if>
  15.  
  16. <dtml-if doc>
  17. <dtml-var doc fmt="structured-text">
  18. <hr noshade>
  19. </dtml-if>
  20.  
  21. <dtml-in apis>
  22.   <dtml-var view>
  23.   <dtml-unless sequence-end>
  24.     <hr noshade>
  25.   </dtml-unless>
  26. </dtml-in>
  27.  
  28. <dtml-var standard_html_footer>